.topinfo ul li{ padding-right: 15px!important;}
.topice3{width: 220px;height: 120px;overflow: hidden;position: relative; margin-left: 10px;}
.list2 {width: 660px; height: 120px; position: absolute; }
.list2 a {float: left;width: 220px;height: 120px; margin-right: 0 !important;}
.title2 i{    padding: 0 20px 0 0;}
.pointer {position: absolute;bottom: 0px;width:100%;background: rgba(45,111, 197, 0.4);}
.pointer span {cursor: pointer;display: inline-block;width: 7px;height: 7px;background: #7b7d80;border: 1px solid #fff;}
.pointer .on {background: #ff6603;}
.topice3:hover .arrow {display: block;}
.picScroll-left .bd ul li{    margin: 0 27px;width:16%;}
.left{text-align:center;}
.ailink{cursor:pointer;}
.bottomr ul li.last img{width:220px;}
.piclist img{height:253px;}
/*两会转载*/
.pushnews {
    width:100%;
    border-bottom:0px solid #e7e7e7;
    height: 40px;
    /* line-height:60px; */
}
.pushnews .f-fl {
    width:720px;
}
.pushnews .f-fl .bd {
    width:600px;
    float:left;
}
.pushnews .f-fl span {
    display: inline-block;
    float:left;
    width:80px;
    font-weight:bold;
    background: url(/image/lhbdzzicon.png) no-repeat;
    padding-left: 25px;
    background-size: 25px;
}
.pushnews .f-fl .bd ul li {
}
.pushnews .f-fr {
    width:275px;
}
div, h1, h2, p, Table, Tr, Td {
    word-wrap:break-word;
    word-break:break-all;
}
address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
    font-style:normal;
}
.dzyzweb{
    display: inline-block;
    background: url(/image/ssdjdzyz_icon.png) no-repeat left center;
    padding-left: 18px;
    background-size: 21px;
}
.dzyzweb a {
    color: #3e6fbf;
}
.topbox{background:rgb(255 255 255 / 80%);}
.footbox{background:#191919;}
.pointer dd{
    display: inline-block;
    font-size: 0;
    line-height: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    overflow: hidden;
    margin: 4px 5px;
    background: #fff;
}

.logoLianghui {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    padding: 10px 0;
    
}
.logoLianghui a{
    display: inline-block;
    width: 553px;
    height: 94px;
    margin-right: 10px;
}
@media screen and (max-width: 1600px) and (min-width: 1360px){
    .piclist img{height:215px;}
}
@media screen and (max-width: 960px){
    .pushnews .f-fl .bd{width:100%;}
    .piclist img{height:auto;}
    .bottomr ul li{width:48%;}
    .bottomr ul li.last{display:block;    width: 100%;    margin-top: 20px;}
    .picScroll-left .bd ul li{    margin: 0 27px;width:30%;}
    .pushnews .f-fl {
        width:100%;
    }
    .pushnews .f-fl .hd{display:none;}
    .pushnews .f-fl .bd ul li a{
        display: inline-block;
        float: left;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .topice3{ margin-left: 16.6%;}
}
@media screen and (max-width: 1200px) and (min-width: 1000px){
    .left{text-align:left;}
}

   .headerTop {
        border-top:1px #ffffff;
        width: 1200px;
        margin: 0 auto;
    }
    .head{
        width: 1200px;
        margin: 0 auto;
    }
    .mobileshow{display:none;}
    .pcshow{display:block;}
    .wqslidebox { position: absolute;  width: 85px; height: 285px;  left: 27%; z-index: 110; display:none;}
.slidehand { width: 85px; opacity: 100; height: 100px; background: url(image/2021_zncpIcon.png) no-repeat center center;  color: #3e6fbf; position: fixed; right: 0; top: 34%;  cursor: pointer; z-index: 99; vertical-align: middle; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; opacity: 1; }
.slidehand span { display: inline-block; font-size:14px;margin-top: 76px; }
.slidehand.hide { opacity: 0; }
.sidebar{    background: #2d6fc5;padding: 5px 5px;    height: 285px;}
.sidebar .recommend{height: 100%;width: 465px;left: 0;top: 0;padding: 0; }
.recommend h2{padding: 5px 20px 0 20px;line-height: 30px;color: #3e6fbf;font-size: 18px;text-align:right; background: #3e6fbf;    display: block;}
.recommend h2 span{    background: #f1f5fc;    padding: 10px;    margin-right: -20px;padding-top:5px;}
.recommend_list{height: calc(100% - 70px);padding: 15px;background:#F1F5FC;padding-right:2px;}
.recommend_list ul{overflow-y: auto;height: 94%;}
.recommend_list ul li{margin: 0 10px 10px 0;}
.ggbox ul li.item{height:32px;line-height:32px;padding:0 15px 0 15px;}
.recommend_list ul li a{display: inline-block;width: 100%;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;transition: all .5s ease-in-out;}

.sliderNav::-webkit-scrollbar {
/*滚动条整体样式*/
width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
height: 1px;
}
.sliderNav::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
border-radius: 10px;
box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
background   : #78b929;
}
.sliderNav::-webkit-scrollbar-track {
/*滚动条里面轨道*/
box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 10px;
background   : #ededed;
}
.swiper-container {
    width: 100%;
    height: 230px;
}  
.swiper-wrapper img{width:100%;height:230px;}
.swiper-pagination-bullet{background:#fff;}
.swiper-pagination-bullet-active{background:#007aff;}
.gallerytitle{
      width: 94%;
height: 36px;
background: rgba(0, 0, 0, 0.7);
position: absolute;
bottom: 0;
left: 0;
font-size: 12px;
color: #fff;
line-height: 28px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 5px 15px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 0px;
}
.title2{text-align: center;}
body.useOldFixed .swiper-wrapper img{width:100%!important;height:auto!important;}
body.useOldFixed .toptxt ul li i{display:none!important;}
body.useOldFixed .pushnews{display:none!important;}
body.useOldFixed .txtScroll-top{display:none!important;}
body.useOldFixed .last{display:none!important;}
body.useOldFixed .piclist .hd ul li:not(.skipAutoFix){width:70px;}
body.useOldFixed .pointer dd:not(.skipAutoFix){width:70px;}
body.useOldFixed .ggtop span{width:140px;}
body.useOldFixed .ggtop{padding: 10px 0 10px 140px;}
body.useOldFixed .title2 i{    float: left!important;    width: 100%!important;}
body.useOldFixed .title2{text-align:left!important;    padding-left: 15px;}
body.useOldFixed .title2 a{    padding: 0 11px!important;}
body.useOldFixed .picScroll-left .bd ul li{
      border: 1px solid #ff6603;
margin-top: 10px!important;
width:48%!important;
}
body.useOldFixed {
background: url(/image/wza_slb_bg_pc.jpg) top center no-repeat;
}
body.useOldFixed .slist{display:none!important;}
body.useOldFixed .footbox{background: #191919!important;}
body.useOldFixed .bottomr ul li span{margin:0 auto;}
body.useOldFixed .bottomr ul li{  float: left; }
body.useOldFixed .wealtherico img{min-width:72px!important;}
body.useOldFixed .serverbox{margin-top:40px;}
body.useOldFixed .zsbox{    padding: 0 75px 0 165px!important;}
body.useOldFixed .footbox_part1 em{width:100%!important;float:left!important;text-align:left!important;}
body.useOldFixed .footbox_part3{width:100%!important;float:left!important;text-align:left!important;}
body.useOldFixed .footbox_part1{width:100%!important;float:left!important;text-align:left!important;}
body.useOldFixed .swiper-pagination-bullet{display:none!important;}
body.useOldFixed .toptxt{display:none!important;}
body.useOldFixed .wealther{display:none!important;}
body.useOldFixed .slhnoshow{display:none!important;}
body.useOldFixed .picScroll-left .bd{margin-bottom: 20px;}
body.useOldFixed .footbox img {
    min-height: 50px!important;
    width: auto!important;
}
@media screen and (max-width: 960px) and (min-width: 400px){
    .wqslidebox{left:0px;}
    .sidebar .recommend{width:410px;}
       body{background:none;}
    .mobileshow{display:block;}
    .pcshow{display:none;}
    }
@media screen and (max-width: 400px){
    .wqslidebox{left:0px;}
    .sidebar .recommend{width:380px;}
    body{background:none;}
    .mobileshow{display:block;}
    .pcshow{display:none;} 
}
@media screen and (max-width: 1200px) and (min-width: 960px){
       body{background:none;}
       .pcshow {
            display: none;
        }
        .servicepcshow{
            display:block;
        }
    .mobileshow{display:block;}
    .moblie_head{top: 260px;display:none;}   
    .width1920{min-width:auto;}
    .picnews{width:36%;}
    .ggbox{width:60%;}
    .piclist img{height: 230px;}
    .serverbox{width: 100%;margin-top: 20px;}
    .bottoml{width: 100%;}
    .bottomr{width: 100%;margin-top:20px;}
}
@media screen and (max-width: 960px){
    .topinfo{
        display: block!important;
        float: none;
        padding-top: 10px;
        padding-bottom: 10px;
            text-align: right;
    }
     .moblie_head{margin-top:50px!important;}
    .topinfo ul li.fant{background: none!important;padding-left: 0px;}
    .topinfo ul li.shouj{display: none!important;}
    .mobilenoshow{display: none!important;}
    .topbg{background: none!important;}
    .fantifan{
        border-radius: 5px;
        padding: 5px 10px;
        height: 36px;
        line-height: 36px;
        background: #2d70c5;
        color: #fff!important;
        margin-left: 5px;
    }

    .topinfo ul li{padding-right:5px;}
    .p50{padding-right:0px;}
    .pagetop .topinfo{padding-right:0px;}
}